home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / player / allied_sas.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  1009 b   |  50 lines

  1. TIKI
  2. setup
  3. {
  4.     path models/human/french_resistance    // Set path to set skelmodel from
  5.     skelmodel resistance.skd            // Set body model
  6.  
  7.     surface pants shader brownpants
  8.     surface cullpants shader cull_brownpants
  9.     surface shirt shader browncoat
  10.     surface cullshirt shader cull_browncoat
  11.     surface inside shader browncoat
  12.  
  13. //    $include models/human/heads/us_young_heads.tik
  14.     path models/human/heads
  15.     skelmodel head2.skd
  16.     surface head shader jeff_c
  17.  
  18.     path models/human/hands
  19.     skelmodel hand.skd
  20.     surface hand shader handsnew
  21. }
  22.  
  23.  
  24. //
  25. // define what folder to get specific sound from for the player model
  26. //
  27. $define pulloutdir sound/weapons/pullout
  28.  
  29.  
  30. init
  31. {
  32.     client
  33.     {
  34.         // Cache sounds here
  35.     }
  36.     server
  37.     {
  38.         voicetype sas // set the voicetype to use for multiplayer instant messaging
  39.     }
  40. }
  41.  
  42.  
  43. //
  44. // include the base player model definition
  45. //
  46. $include models/player/base/include.txt
  47.  
  48. // need to indicate the end of the tiki file because we have a tiki command at the end
  49. //end
  50.